home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1995-08-23 | 682 b | 15 lines | [TEXT/.Ob4] |
- Syntax10b.Scn.Fnt
- Syntax10.Scn.Fnt
- Backup.WriteFiles ^
- SourceVolume:MyDir1: DestVolume:MyDir1:
- SourceVolume:MyDir2: DestVolume:MyDir2: ~
- ---------------------------------------
- Backup does an incremental backup between two directories,
- i.e. only the files that have changed since the last backup are copied.
- Backup.WriteFiles ( {src dst} ~ | "^")
- src and dst are given as Macintosh path names starting
- with the volume name and ending with ":". If a path name contains
- blanks it must be written under quotes.
- All files and directories that are in dst but not in src are deleted
- in dst so that after the backup the contents of src is the contents of dst.
-